Skip to content

sync with master#420

Merged
albertwang-ibm merged 3 commits intoAlbert-Master-Newfrom
master
Nov 15, 2019
Merged

sync with master#420
albertwang-ibm merged 3 commits intoAlbert-Master-Newfrom
master

Conversation

@albertwang-ibm
Copy link
Copy Markdown
Contributor

No description provided.

JohnTimm and others added 3 commits November 14, 2019 17:21
* Issue #329 - turn down logging

Signed-off-by: John T.E. Timm <johntimm@us.ibm.com>

* Issue #355 - Fixed semantic errors in FHIRPathType.isAssignableFrom

Signed-off-by: John T.E. Timm <johntimm@us.ibm.com>

* Issue #355 - Added unit tests, fixed tabs/spaces issue.

Signed-off-by: John T.E. Timm <johntimm@us.ibm.com>

* Issue #355 - Fixed indentation

Signed-off-by: John T.E. Timm <johntimm@us.ibm.com>

* Issue #355 - updated per PR feedback

Signed-off-by: John T.E. Timm <johntimm@us.ibm.com>

* Issue #389 - upgrade FHIRPath grammar version

Signed-off-by: John T.E. Timm <johntimm@us.ibm.com>

* Issue #389 - refactor quantity processing

Signed-off-by: John T.E. Timm <johntimm@us.ibm.com>

* Issue #389 - Updates per PR feedback

Signed-off-by: John T.E. Timm <johntimm@us.ibm.com>
1. Updated the SearchPerformanceTest so that the observations have
components with values...just to easily create many observations which
helps verify the search behavior.  This change could be removed if we
want.

2. Deleted unused variants of searchForIds and searchByIds. I think
these came from the original "basic" schema that was removed for
#93 but they were no longer in use and
should be safe to delete.

3. Introduced ORDER BY CASE clause to ResourceDAOImpl.searchByIds.
I found that DERBY is always returning the results in the same order as
the resource ids provided in the "IN" clause, but in general we
shouldn't rely on that.  I tested the CASE statements on derby with up
to 1000 results, but we need to run a similar test on Db2 to ensure it
works there as well.

Signed-off-by: Lee Surprenant <lmsurpre@us.ibm.com>
issue #418 - add order by clause to searchByIds to ensure sorted results
@albertwang-ibm albertwang-ibm merged commit de37dd3 into Albert-Master-New Nov 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants